runtime.mheap.specialCleanupAlloc (field)

5 uses

	runtime (current package)
		mcleanup.go#L275: 	mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
		mheap.go#L220: 	specialCleanupAlloc        fixalloc // allocator for specialCleanup
		mheap.go#L795: 	h.specialCleanupAlloc.init(unsafe.Sizeof(specialCleanup{}), nil, nil, &memstats.other_sys)
		mheap.go#L2178: 	s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
		mheap.go#L2821: 		mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))